lookup

fun lookup(normalizedAr: Float): Float?

Binary search with tolerance. O(log n) ≈ 7 comparisons for 111 entries.

Return

ln(normalizedAr) from the table, or null if not within tolerance.

Parameters

normalizedAr

currentAr / 1.78f